diff options
Diffstat (limited to 'apps/web/app/dashboard/lists/[listId]')
| -rw-r--r-- | apps/web/app/dashboard/lists/[listId]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/dashboard/lists/[listId]/page.tsx b/apps/web/app/dashboard/lists/[listId]/page.tsx index bac2b5c7..e27e1841 100644 --- a/apps/web/app/dashboard/lists/[listId]/page.tsx +++ b/apps/web/app/dashboard/lists/[listId]/page.tsx @@ -35,7 +35,7 @@ export default async function ListPage({ showDivider={true} header={ <div className="flex justify-between"> - <span className="pt-4 text-2xl"> + <span className="text-2xl"> {list.icon} {list.name} </span> <DeleteListButton list={list} /> |
